home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2007 December / PCWKCD1207B.iso / Blogowanie poza sfera / Flock 0.9.1.3 stable / flock-0.9.1.3.en-US.win32.exe / flock / chrome / classic.jar / skin / classic / browser / searchbar.css < prev    next >
Cascading Style Sheet File  |  2007-04-30  |  4KB  |  149 lines

  1. /*
  2.  *  BEGIN FLOCK GPL
  3.  *  
  4.  *  Copyright Flock Inc. 2005-2007
  5.  *  http://flock.com
  6.  *  
  7.  *  This file may be used under the terms of of the
  8.  *  GNU General Public License Version 2 or later (the "GPL"),
  9.  *  http://www.gnu.org/licenses/gpl.html
  10.  *  
  11.  *  Software distributed under the License is distributed on an "AS IS" basis,
  12.  *  WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
  13.  *  for the specific language governing rights and limitations under the
  14.  *  License.
  15.  *  
  16.  *  END FLOCK GPL
  17.  */
  18.  
  19. .searchbar-textbox {
  20.   width: 15em;
  21. }
  22.  
  23. .searchbar-engine-image {
  24.   margin: 0px 0px 0px 2px;
  25.   list-style-image: url("chrome://global/skin/icons/folder-item.png");
  26.   -moz-image-region: rect(0px, 16px, 16px, 0px);
  27. }
  28.  
  29. .search-go-button-container {
  30.   border-left: 1px solid ThreeDShadow;
  31. }
  32.  
  33. .search-go-button {
  34.   list-style-image: url("chrome://browser/skin/Search.png");
  35.   -moz-image-region: rect(0px 16px 16px 0px);
  36.   padding: 0px;
  37.   -moz-appearance: none;
  38.   border: 1px solid ThreeDFace;
  39. }
  40.  
  41. .search-go-button:hover {
  42.   border-top: 1px solid ThreeDHighlight;
  43.   border-left: 1px solid ThreeDHighlight;
  44.   border-right: 1px solid ThreeDShadow;
  45.   border-bottom: 1px solid ThreeDShadow;
  46. }
  47.  
  48. .search-go-button:hover > .toolbarbutton-menubutton-button {
  49.   -moz-border-right-colors: ThreeDHighlight ThreeDShadow;
  50. }
  51.  
  52. .search-go-button:hover:active,
  53. .search-go-button[open="true"] {
  54.   border-top: 1px solid ThreeDShadow;
  55.   border-left: 1px solid ThreeDShadow;
  56.   border-right: 1px solid ThreeDShadow;
  57.   border-bottom: 1px solid ThreeDShadow;
  58. }
  59.  
  60. .search-go-button > .toolbarbutton-menubutton-button {
  61.   padding: 1px !important;
  62.   border: none;
  63.   border-right: 2px solid ThreeDFace;
  64.   -moz-appearance: none;
  65.   min-width: 0px !important;
  66. }
  67.  
  68. .search-go-button > .toolbarbutton-menubutton-button > .toolbarbutton-icon {
  69.   margin-right: 0px !important;
  70. }
  71.  
  72. .search-go-button > .toolbarbutton-menubutton-button > .toolbarbutton-text {
  73.   display: none;
  74. }
  75.  
  76. .search-go-button-container {
  77.   background-color: ThreeDFace;
  78. }
  79.  
  80. .search-go-button > .toolbarbutton-menubutton-dropmarker {
  81.   padding-top: 0px;
  82.   padding-bottom: 0px;
  83. }
  84.  
  85. .search-go-button[addengines="true"] {
  86.   list-style-image: url("chrome://browser/skin/Search-add-engines.png");
  87. }
  88.  
  89. .search-go-button:hover {
  90.   -moz-image-region: rect(0px 32px 16px 16px);
  91. }
  92.  
  93. .search-go-button:hover:active {
  94.   -moz-image-region: rect(0px, 32px, 16px, 16px);
  95. }
  96.  
  97. .search-go-button[disabled="true"]{
  98.   -moz-image-region: rect(0px, 48px, 16px, 32px);
  99. }
  100.  
  101. .searchbar-engine-menuitem[selected="true"] > .menu-iconic-text {
  102.   font-weight: bold;
  103. }
  104.  
  105. .searchbar-left {
  106.   background: url("chrome://browser/skin/search-bar-background-begin.png") no-repeat;
  107.   margin: 4px 10px 4px 3px;
  108.   font: icon;
  109.   height: 22px !important;
  110.   width: 182px !important;
  111.   border: none !important;
  112. }
  113.  
  114. .searchbar-textbox {
  115.   -moz-appearance: none;
  116.   border: none !important;
  117.   height: 22px !important;
  118.   width: 182px !important;
  119. }
  120.  
  121. #search-container #searchbar {  background: url("chrome://browser/skin/search-bar-background-end.png") transparent no-repeat center right;  margin-right: 3px;}
  122.  
  123. .searchbar-dropmarker {
  124.   min-width: 22px;
  125.   margin: 0px 3px 0px 5px;  
  126. }
  127.  
  128. .searchbar-engine-image {
  129.   width: 16px;
  130.   height: 16px;
  131.   list-style-image: url("chrome://browser/skin/Search-bar.png");
  132. }
  133.  
  134. .searchbar-dropmarker-image {
  135.   list-style-image: url("chrome://global/skin/arrow/arrow-dn.png");
  136.   padding: 6px 0px 5px 17px;
  137. }
  138.  
  139. .autocomplete-textbox-container {
  140.   border: none;
  141.   padding-right: 10px;
  142.   height: 21px !important;
  143.   margin: 0px;
  144. }
  145.  
  146. .search-go-button-container {
  147.   display: none;
  148. }
  149.